home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_234 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  202 b   |  13 lines

  1. on(release){
  2.    tellTarget("_level0.show")
  3.    {
  4.       play();
  5.       _level.selection = "clear";
  6.    }
  7.    tellTarget("_level0.playbtn")
  8.    {
  9.       gotoAndStop("playing");
  10.       play();
  11.    }
  12. }
  13.